Deprecated predefined variables in PHP should not be used because they may lead to compatibility issues and unpredictable behavior in future
versions of PHP. Relying on deprecated variables can result in code that is difficult to maintain and may break when migrating to newer PHP
versions.
It is recommended to use the recommended alternatives or custom variables to ensure long-term compatibility and stability of PHP code.